home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
BBS
/
DWALL_24.ZIP
/
RESET.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-04-16
|
309 b
|
16 lines
@echo off
echo.
echo This will erase the wall!
echo Ya sure ya want to do that?
echo press enter twice to procceed or CTRL-C to quit
pause
pause
del wall.ans > dwall.tmp
del wall.asc > dwall.tmp
del wall.usr > dwall.tmp
del dwall.tmp
echo.
echo Done! Dirty Wall is now RESET and ready to go!